summaryrefslogtreecommitdiff
path: root/app/[lng]/pending
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/pending')
-rw-r--r--app/[lng]/pending/page.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/[lng]/pending/page.tsx b/app/[lng]/pending/page.tsx
index 0800e5d2..b3818873 100644
--- a/app/[lng]/pending/page.tsx
+++ b/app/[lng]/pending/page.tsx
@@ -15,6 +15,8 @@ import { getServerSession } from "next-auth/next"
export default async function PendingPage() {
const session = await getServerSession(authOptions)
+ console.log(session)
+
return (
<div className="max-w-4xl mx-auto space-y-8">